home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / utils / lunch / !Lunch_!Help next >
Encoding:
Text File  |  1992-10-08  |  7.1 KB  |  182 lines

  1.  
  2.  
  3.                             ============
  4.                             Out to Lunch
  5.                             ============   
  6.                             Version 0.33
  7.  
  8.                         © Peter Gaunt, 1992
  9.  
  10.                      ----------------------------
  11.     This application is in the Public Domain and may be freely
  12.     distributed provided
  13.  
  14.       a) no charge is made other than to cover the cost of the medium
  15.       b) all files, including this !Help file, are included
  16.  
  17.     If you run a Public Domain software library please obtain my permission
  18.     before including this program in your lists or distributing it.
  19.  
  20.                 Copyright remains with me at all times.
  21.                      ----------------------------
  22. ----------------------------------------------------------------------------
  23. *** New to version 0.33 of Out to Lunch
  24.     
  25.     Will now include itself in RISC OS 3's desktop boot files. Otherwise the
  26.     main code is identical to version 0.32
  27.  
  28.     Configuration has been speeded up.
  29.  
  30.     Includes a new display module "Sea Life" (this uses rather a lot of
  31.     RAM if it is configured).
  32. ----------------------------------------------------------------------------
  33. *** New to version 0.32 of Out to Lunch ***
  34.  
  35.     Configurable displays
  36.     Configurable "sleep" and "no sleep" corners
  37. ----------------------------------------------------------------------------
  38. *** Before Out to Lunch will run on RISC OS 2 the computer must have seen
  39.     the !System application which must contain the 'Colours' module in
  40.     its 'Modules' directory. On RISC OS 3 'Colours' is built into the ROM.
  41. ----------------------------------------------------------------------------
  42. *** If you are replacing an earlier version of Out to Lunch please delete the
  43.     old version first. Some of the files within Out to Lunch have changed
  44.     their names. Simply copying this new version on top of the old one will
  45.     leave you with redundant files on the disc.
  46. ----------------------------------------------------------------------------
  47.  
  48. This application provides a 'screen blanking' program to help prevent
  49. 'screen burn in' when your monitor is left on for long periods of time
  50. with an unchanging display.
  51.  
  52. Other desktop programs will continue to run while Out to Lunch is blanking
  53. the screen. Thus printing and file transfer via the serial port (for
  54. example) will continue to work.
  55.  
  56. Out to Lunch only works while you are using the desktop. If you run a
  57. non-multitasking application it will cease to function until you return
  58. to the desktop.
  59.  
  60. The program runs as a module task and normally uses around 5k of memory. The
  61. amount used depends on the configured display; some may use a lot more than
  62. 5k.
  63.  
  64. Because Out to Lunch is a module it will survive an exit and return to the
  65. desktop (via CTRL-SHIFT-f12 or 'Exit' from the Task Manager). It will also,
  66. in most circumstances survive a soft reset.
  67.  
  68. After a pre-set time in which Out to Lunch detects no key presses or mouse
  69. movements it will blank out the screen, replacing it with a simple animation
  70. (which lets you know that your monitor is actually on!). If you press any
  71. key or move the mouse the desktop will reappear. The desktop will also
  72. reappear if another program opens a window on the top of the window 'stack'.
  73.  
  74. The screen can also be blanked at any time by moving the pointer to the
  75. "sleep corner". After a few seconds delay Out to Lunch will blank the
  76. screen.
  77.  
  78. If the pointer is moved to the "no sleep corner" of the screen then Out to
  79. Lunch will not blank the screen after the period of inactivity.
  80.  
  81. The sleep and no-sleep corners are configurable and may be turned off
  82. altogether if required.
  83.  
  84. The speed at which the animation runs will depend on how often other
  85. applications are polling the wimp. It will probably run very slowly, if
  86. at all, whilst printing from applications such as Impression.
  87.  
  88.  
  89. Configuring Out to Lunch
  90. ========================
  91.  
  92. Running the Configure program
  93. -----------------------------
  94. Hold down one of the ALT keys when you double click !Lunch. Instead of
  95. running Out to Lunch the configuration program will run and open its window.
  96.  
  97. If the window does not appear try again but this time hold down the ALT key
  98. for a couple of seconds after double clicking !Lunch
  99.  
  100. Choosing the display
  101. --------------------
  102. The current display is shown in an icon at the top of the window. Click menu
  103. over this, or click Select on the arrow next to it, to show the list of
  104. displays available. Select the display you wish to use.
  105.  
  106. Setting the 'Sleep' and 'No sleep' corners
  107. ------------------------------------------
  108. To set the 'sleep' corner click Select in a corner of the rectangle labelled
  109. 'sleep corner'. The corner will light up in red. The previously selected
  110. corner will be dimmed.
  111.  
  112. To set Out to Lunch so that there isn't a sleep corner click Adjust on the
  113. currently selected sleep corner.
  114.  
  115. Setting the 'no sleep' corner is done in the same way as setting the 'sleep'
  116. corner but using the rectangle labelled 'no sleep corner'.
  117.  
  118. It is not possible to have the same corner selected for both 'sleep' and 'no
  119. sleep'.
  120.  
  121. Setting the inactivity delay
  122. ----------------------------
  123. The inactivity delay is the time, in minutes, after which Out to Lunch will
  124. blank the screen. For example, if the time is set to 5 minutes then if you
  125. don't move the mouse or touch a key for 5 minutes the screen will be
  126. blanked.
  127.  
  128. To set the delay click Select on the up and down arrows next to the delay
  129. icon. Clicking with Adjust reverses the actions of the arrows.
  130.  
  131. Holding down a Shift key while clicking the arrows changes the time in steps
  132. of 10 minutes.
  133.  
  134. The delay can be set to any value between 1 and 999 minutes.
  135.  
  136. The time which you set is approximate. The exact time after which Out to
  137. Lunch will blank the screen depends on other applications polling the
  138. wimp frequently.
  139.  
  140. Saving the configuration
  141. ------------------------
  142. Click OK to save the configuration. The configuration window will close and
  143. Out to Lunch will be run.
  144.  
  145. Abandoning changes
  146. ------------------
  147. To abandon any changes you have made since running the configuration program
  148. click on the window's Close icon. Out to Lunch will then be run with its
  149. previous configuration.
  150.  
  151.  
  152. Quitting Out to Lunch
  153. =====================
  154. To close down the program open the Task display from the Task Manager's icon
  155. on the icon bar. You will find Out to Lunch listed under the Module tasks.
  156. Click 'Menu' over its name and choose 'Quit from the resulting menu. This
  157. closes down Out to Lunch as a task (and releases its workspace).
  158.  
  159. This does not remove the module. Exiting from the desktop and then returning
  160. will restart the program. To kill the program entirely, close it down and
  161. then type "*RMKILL OutToLunch" via f12.
  162.  
  163.  
  164.  
  165.  
  166.  
  167. Further displays may become available in future. It is possible to write
  168. your own. If you want to do this please contact me for details of the
  169. format. You need to have a knowledge of ARM assembly language in order to
  170. write displays though you do not need to know how to program the WIMP.
  171.  
  172.  
  173.  
  174.  
  175. If you experience any problems with this application please feel free
  176. to contact me via email
  177.  
  178.                Prestel (014511332) Note - this is NOT my phone number!
  179.                Telecom Gold (84:MAG10849)
  180.                Arcade BBS (Tel. 081 654 2212, user #617)
  181.  
  182.